Fix up item_area correctly in RTL mode. (#133984, patch from Semion
authorSoeren Sandmann <sandmann@daimi.au.dk>
Thu, 12 Feb 2004 14:49:37 +0000 (14:49 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Thu, 12 Feb 2004 14:49:37 +0000 (14:49 +0000)
Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktoolbar.c

index 49eba098e170a5672aeb4a21c434a5222d5c852f..1b3f714cc1a79d00821659e45ef62ba251d1d683 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
+       correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
+
 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
index 49eba098e170a5672aeb4a21c434a5222d5c852f..1b3f714cc1a79d00821659e45ef62ba251d1d683 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
+       correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
+
 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
index 49eba098e170a5672aeb4a21c434a5222d5c852f..1b3f714cc1a79d00821659e45ef62ba251d1d683 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
+       correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
+
 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
index 49eba098e170a5672aeb4a21c434a5222d5c852f..1b3f714cc1a79d00821659e45ef62ba251d1d683 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
+       correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
+
 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
index 49eba098e170a5672aeb4a21c434a5222d5c852f..1b3f714cc1a79d00821659e45ef62ba251d1d683 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 12 15:46:26 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
+       correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
+
 Thu Feb 12 02:22:02 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): 
index efc15367ebd94d5e2dd6c6e3962be03ee3763a4a..3ce9fc704d3f5128a2ff7e56e4c3fbaa0360b62c 100644 (file)
@@ -1468,7 +1468,7 @@ gtk_toolbar_size_allocate (GtkWidget     *widget,
       if (need_arrow)
        fixup_allocation_for_rtl (available_size, &arrow_allocation);
 
-      fixup_allocation_for_rtl (allocation->width, &item_area);
+      fixup_allocation_for_rtl (available_size, &item_area);
     }
   
   /* translate the items by allocation->(x,y) */